projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5024e2
)
(main): Generate a SIGIO as soon as we've initialized.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Aug 1993 07:45:35 +0000
(07:45 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Aug 1993 07:45:35 +0000
(07:45 +0000)
lib-src/timer.c
patch
|
blob
|
history
diff --git
a/lib-src/timer.c
b/lib-src/timer.c
index d6419ef4cc8a9b7efa6b18e510bf5b6fc5a3ceb6..466425e30a859e1ef076d720f8c2155d0a42b038 100644
(file)
--- a/
lib-src/timer.c
+++ b/
lib-src/timer.c
@@
-293,8
+293,12
@@
main (argc, argv)
}
#endif /* USG */
+ /* In case Emacs sent some input before we set up
+ the handling of SIGIO, read it now. */
+ kill (0, SIGIO);
+
for (;;)
-
pause ();
+ pause ();
}
/* timer.c ends here */